バージョン

GetNotesInRange(DateTime,DateTime,Owner[]) メソッド

指定した日付範囲内に一部でも含まれている Note オブジェクトのコレクションを返します。
シンタックス
'宣言
 
Public Overloads Function GetNotesInRange( _
   ByVal startDateTime As Date, _
   ByVal endDateTime As Date, _
   ByVal owners() As Owner _
) As NotesSubsetCollection
public NotesSubsetCollection GetNotesInRange( 
   DateTime startDateTime,
   DateTime endDateTime,
   Owner[] owners
)

パラメータ

startDateTime
メモの最も早い開始日。
endDateTime
メモの最も遅い終了日。
owners
ここで指定したオーナーに関連付けられたメモのみが含まれます。

戻り値の型

startDateTime および endDateTime と重なる Note オブジェクトをすべて含む NotesSubsetCollection
参照